projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1f301
)
* make-dist: Skip some more generated files in test/.
author
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 17:53:38 +0000
(13:53 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 17:54:07 +0000
(13:54 -0400)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 48859936c1d4726d4d7a7f8a5e2aada2f467a98d..eb81a144ebf17c7d016035bebcfeab4b798828b5 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-552,8
+552,11
@@
done
if [ "$with_tests" = "yes" ]; then
echo "Making links to 'test' and its subdirectories"
for f in `find test -type f ! -name '*.log' ! -name a.out \
- ! -
path test/Makefile ! -path test/data/emacs-module/Makefile
+ ! -
name '*.so' ! -name '*.dll' ! -name '*.o'
`; do
+ case $f in
+ */Makefile) [ -f $f.in ] && continue ;;
+ esac
ln $f $tempdir/$f
done
fi